home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 37 / Amiga Format CD37 (1999-02-16)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-03].iso / -screenplay- / shareware / invasionforce / source / includes / map_display_protos.h < prev    next >
Text File  |  1999-01-09  |  629b  |  37 lines

  1. /* Prototypes for functions defined in
  2. map_display.c
  3.  */
  4.  
  5. void GP_draw_roads(int , int );
  6.  
  7. void ME_draw_roads(int , int );
  8.  
  9. void PM_draw_roads(int , int );
  10.  
  11. void GP_update_hex_display(int , int );
  12.  
  13. void GP_update_at_hex(int , int );
  14.  
  15. void PM_update_hex(int , int );
  16.  
  17. void ME_draw_mapstrip(int , int , int , int );
  18.  
  19. void ME_draw_map(void);
  20.  
  21. void ME_smart_scroll(int , int );
  22.  
  23. void GP_draw_mapstrip(int , int , int , int );
  24.  
  25. void GP_draw_map(void);
  26.  
  27. void smart_scroll(int , int , int );
  28.  
  29. void GP_smart_scroll(int , int );
  30.  
  31. void PM_draw_mapstrip(int , int , int , int );
  32.  
  33. void PM_draw_map(void);
  34.  
  35. void PM_smart_scroll(int , int );
  36.  
  37.